home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / gnu / grep-2.0.readme < prev    next >
Text File  |  1996-01-16  |  1KB  |  37 lines

  1. Short:    Port of gnu grep 2.0. FAST!
  2. Author:   glc5@cornell.edu (George L. Coulouris)
  3. Uploader: glc5@cornell.edu (George L. Coulouris)
  4. Type:     util/gnu
  5.  
  6. This is a port of GNU grep 2.0.
  7.  
  8. A simple benchmark: case-insensitive string search of a 1.12Mb file
  9. -------------------------------------------------------------------
  10. Commodore search 40.1 : 45.98 seconds
  11. Csh 5.48              :  5.48 seconds
  12. grep 2.0              :  2.54 seconds
  13.  
  14. 'nuff said.
  15.  
  16.  
  17. This package includes
  18. ---------------------
  19.     · pure executable (can be made resident)
  20.     · diffs to original source code
  21.     · makefiles, etc. for SAS/C
  22.     · unix manual page
  23.  
  24.  
  25.         This  program is free software; you can redistribute it and/or
  26. modify  it under the terms of the GNU General Public License Version 2
  27. as published by the Free Software Foundation.
  28.  
  29.         This  program  is  distributed  in  the  hope  that it will be
  30. useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  31. MERCHANTABILITY  or  FITNESS  FOR  A  PARTICULAR PURPOSE.  See the GNU
  32. General Public License for more details.
  33.  
  34.         You  should  have  received  a  copy of the GNU General Public
  35. License  along  with  this program; if not, write to the Free Software
  36. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  37.